OLD | NEW |
(Empty) | |
| 1 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 <PatchRemove> |
| 3 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\Impo
rtBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformTo
olsets\v100\ImportBefore')" /> |
| 4 </PatchRemove> |
| 5 <PatchAdd> |
| 6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v100\Impo
rtBefore\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformTo
olsets\v100\ImportBefore')" /> |
| 7 </PatchAdd> |
| 8 |
| 9 <PropertyGroup> |
| 10 <!-- added NaCl include and lib information --> |
| 11 <PatchRemove> |
| 12 <IncludePath Condition="'$(IncludePath)' == ''">$(VCInstallDir)include;$(V
CInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</
IncludePath> |
| 13 </PatchRemove> |
| 14 <PatchAdd> |
| 15 <IncludePath Condition="'$(IncludePath)' == ''">$(VSNaClSDKRoot)include;$(
VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(Fra
meworkSDKDir)\include;</IncludePath> |
| 16 </PatchAdd> |
| 17 <PatchRemove> |
| 18 <LibraryPath Condition="'$(LibraryPath)' == ''">$(VCInstallDir)lib;$(VCIns
tallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</LibraryPath> |
| 19 </PatchRemove> |
| 20 <PatchAdd> |
| 21 <LibraryPath Condition="'$(LibraryPath)' == ''">$(VSNaClSDKRoot)lib;$(VCIn
stallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\li
b</LibraryPath> |
| 22 </PatchAdd> |
| 23 </PropertyGroup> |
| 24 |
| 25 <PatchRemove> |
| 26 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\v100\Impo
rtAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\Win32\PlatformToo
lsets\v100\ImportAfter')" /> |
| 27 </PatchRemove> |
| 28 <PatchAdd> |
| 29 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\v100\Impo
rtAfter\*.props" Condition="Exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToo
lsets\v100\ImportAfter')" /> |
| 30 </PatchAdd> |
| 31 </Project> |
OLD | NEW |